source/cimgui/imgui.d(22,2): Error: `@safe` function `_sharedStaticCtor_L20_C1` cannot access `__gshared` data `DerelictCImgui` source/cimgui/imgui.d(34,25): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `ImVec2_ImVec2` source/cimgui/imgui.d(34,12): Error: cast from `extern (C) ImVec2* function() nothrow @nogc*` to `void**` not allowed in safe code source/cimgui/imgui.d(35,25): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `ImVec2_destroy` source/cimgui/imgui.d(35,12): Error: cast from `extern (C) void function(ImVec2*) nothrow @nogc*` to `void**` not allowed in safe code source/cimgui/imgui.d(36,25): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `ImVec2_ImVec2Float` source/cimgui/imgui.d(36,12): Error: cast from `extern (C) ImVec2* function(float, float) nothrow @nogc*` to `void**` not allowed in safe code source/cimgui/imgui.d(37,25): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `ImVec4_ImVec4` source/cimgui/imgui.d(37,12): Error: cast from `extern (C) ImVec4* function() nothrow @nogc*` to `void**` not allowed in safe code source/cimgui/imgui.d(38,25): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `ImVec4_destroy` source/cimgui/imgui.d(38,12): Error: cast from `extern (C) void function(ImVec4*) nothrow @nogc*` to `void**` not allowed in safe code source/cimgui/imgui.d(39,25): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `ImVec4_ImVec4Float` source/cimgui/imgui.d(39,12): Error: cast from `extern (C) ImVec4* function(float, float, float, float) nothrow @nogc*` to `void**` not allowed in safe code source/cimgui/imgui.d(40,25): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `igCreateContext` source/cimgui/imgui.d(40,12): Error: cast from `extern (C) ImGuiContext* function(ImFontAtlas*) nothrow @nogc*` to `void**` not allowed in safe code source/cimgui/imgui.d(41,25): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `igDestroyContext` source/cimgui/imgui.d(41,12): Error: cast from `extern (C) void function(ImGuiContext*) nothrow @nogc*` to `void**` not allowed in safe code source/cimgui/imgui.d(42,25): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `igGetCurrentContext` source/cimgui/imgui.d(42,12): Error: cast from `extern (C) ImGuiContext* function() nothrow @nogc*` to `void**` not allowed in safe code source/cimgui/imgui.d(43,25): Error: `@safe` function `loadSymbols` cannot access `__gshared` data `igSetCurrentContext` /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.